var Catalogo= TAFFY([]); var Lines= TAFFY([{"language_code":"EN","path":"\/en\/{:store}\/listing\/woman","line_label":"Donna","line_name":"Woman","description":"Woman","banner":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/donna.jpg","long_description":"Woman","banner_big":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/donna-big.jpg"},{"language_code":"IT","path":"\/it\/{:store}\/listing\/donna","line_label":"Donna","line_name":"Donna","description":"Donna","banner":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/donna.jpg","long_description":"Donna","banner_big":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/donna-big.jpg"},{"language_code":"EN","path":"\/en\/{:store}\/listing\/man","line_label":"Uomo","line_name":"Man","description":"Man","banner":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/uomo.jpg","long_description":"Man","banner_big":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/uomo-big.jpg"},{"language_code":"IT","path":"\/it\/{:store}\/listing\/uomo","line_label":"Uomo","line_name":"Uomo","description":"Uomo","banner":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/uomo.jpg","long_description":"Uomo","banner_big":"https:\/\/stores.gaudi-fashion.com\/img-e-store\/uomo-big.jpg"}]); var Prod=[]; var eStore=[]; function siderProposeDyn(line,macro,category) { try{sendGa4DL( 'eStore', 'Click', 'Catalog '+line+' '+macro+' '+category+'-Gaudi3476-Livigno Via Fontana 286-desktop-SL-sk', 3476);}catch(e){} var reserve=$("#reserve").val(); var pdp=$("#pdp").val(); var Products=eStore({"line_label":line},{"macro_category_label":macro},{"category_label":category}).get(); var Linea=Products[0].line_name; var Macro=Products[0].macro_category_name; var Category=Products[0].category_name; $("#titolo_collezioni").html(Linea+" / "+Macro+""); $("#titolo_categoria").html(Category); var catalogo=""; for (var i=0;i \"\"\n"; catalogo+="

"+Products[i].product_name+"

\n"; //catalogo+="

EUR 109,90

\n"; catalogo+="\n"; catalogo+="\n"; } $(".catalogo").html(catalogo); $("#collezioni").addClass("hidden"); $(".collezioneHidden").toggleClass("hidden"); } function product(sku,reserve,etichetta) { try{sendGa4DL( 'eStore', 'View', 'Showcase '+sku+etichetta , 3476);}catch(e){} var et='Showcase '+sku+etichetta; var x=""; var product=Catalogo({"sku_model":sku}).get(); console.log(product); if (product.length>0) { x+="\"\"\n"; x+="

"+product[0].product_name+"

\n"; //x+="

EUR 89,90

\n"; x+="\n"; } return x; } function createProductShowcase(sku,reserve,etichetta, linkUrl) { try{sendGa4DL( 'eStore', 'View', 'Showcase '+sku+etichetta , 3476);}catch(e){} var et='Showcase '+sku+etichetta; var x=""; var product=Catalogo({"sku_model":sku}).get(); console.log("product", product); if (product.length>0) { x+="\"\"\n"; x+="

"+product[0].product_name+"

\n"; x+=""; } return x; } $( document ).ready(function() { eStore=TAFFY([]); var lines=eStore().distinct("line_label"); var text=""; for (var i=0;i\n"; if (lines.length>1) text+="
\n"; else text+="
\n"; text+="
\n"; text+="

"+name+"

\n"; text+="
    \n"; for (var j=0;j"+macro+"\n"; text+="
      \n"; var Category=eStore({"line_label":lines[i]},{"macro_category_label":Macro[j]}).order("category_label").distinct("category_label"); for (var k=0;k"+category+"\n"; } text+="
    \n"; //text+="\n"; } text+="
\n"; text+="
\n"; if (lines.length>1) text+="\"\"
\n"; else text+="\"\"
\n"; if ((i%2)==1) text+="\n"; } if ((lines.length%2)==1) text+="\n"; $("#collezioni").html(text); $( ".Category" ).click(function() { var attivo=$(this).next(".stCategory").hasClass("hidden"); $( ".stCategory" ).addClass("hidden"); if (attivo) $(this).next(".stCategory").removeClass("hidden"); }); });